| Overload | Description |
|---|---|
| WithInnerException<TInnerException>(String,Object[]) | Asserts that the thrown exception contains an inner exception of type TInnerException. |
| WithInnerException(Type,String,Object[]) | Asserts that the thrown exception contains an inner exception of type innerException. |